home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / jre / lib / security / local_policy.jar / exempt_local.policy < prev   
Encoding:
Text File  |  2002-11-12  |  520 b   |  12 lines

  1. // Some countries have import limits on crypto strength. So this file will be useful.
  2. grant {
  3.     // There is no restriction to any algorithms if KeyRecovery is enforced.
  4.     permission javax.crypto.CryptoPermission *, "KeyRecovery"; 
  5.  
  6.     // There is no restriction to any algorithms if KeyEscrow is enforced.
  7.     permission javax.crypto.CryptoPermission *, "KeyEscrow"; 
  8.  
  9.     // There is no restriction to any algorithms if KeyWeakening is enforced. 
  10.     permission javax.crypto.CryptoPermission *, "KeyWeakening";
  11. };
  12.